ba0064945953d7837c58ed53735cece11dbd412e,src/frontend/org/voltdb/iv2/CompleteTransactionTask.java,CompleteTransactionTask,runForRejoin,#SiteProcedureConnection#TaskLog#,81
Before Change
}
// We need to log the restarting message to the task log so we'll replay the whole
// stream faithfully
taskLog.logTask(m_completeMsg);
}
@Override
After Change
doCommonSPICompleteActions();
}
if (!m_txnState.isReadOnly()) {
// We need to log the restarting message to the task log so we'll replay the whole
// stream faithfully
taskLog.logTask(m_completeMsg);
}
}